Vcenter VmTemplate LibraryItems DiskInfo

Vcenter VmTemplate LibraryItems DiskInfo
Vcenter VmTemplate LibraryItems DiskInfo

The Vcenter VmTemplate LibraryItems DiskInfo schema contains information about the virtual machine template's virtual disk.

This schema was added in vSphere API 6.8.

JSON Example
{
    "capacity": 0,
    "disk_storage": {
        "datastore": "string",
        "storage_policy": "string"
    }
}
integer As int64 As int64
capacity
Optional

Capacity of the virtual disk in bytes.

This property was added in vSphere API 6.8.

This property will be missing or null if the virtual disk is inaccessible.

disk_storage
Required

Disk storage related information.

This property was added in vSphere API 6.8.